home *** CD-ROM | disk | FTP | other *** search
- #
- # yacc.sed - sed rules to remove conflicts between the backend interface YACC
- # parser and the POSTQUEL YACC parser
- #
- # $Header: /private/postgres/src/bootstrap/RCS/yacc.sed,v 1.1 1991/05/13 01:18:23 kemnitz Exp $
- #
- # C symbols
- #
- # kai: changed to byacc's symbols for linux
- # Note: statics are listed as well
- #
- s/yyabort/Int_yyabort/g
- s/yyaccept/Int_yyaccept/g
- s/yychar/Int_yychar/g
- s/yycheck/Int_yycheck/g
- s/yyclearin/Int_yyclearin/g
- s/yydebug/Int_yydebug/g
- s/yydefred/Int_yydefred/g
- s/yydgoto/Int_yydgoto/g
- s/yyerrflag/Int_yyerrflag/g
- s/yyerrlab/Int_yyerrlab/g
- s/yyerrok/Int_yyerrok/g
- s/yyerror/Int_yyerror/g
- s/yygindex/Int_yygindex/g
- s/yyinrecovery/Int_yyinrecovery/g
- s/yylen/Int_yylen/g
- s/yylex/Int_yylex/g
- s/yylhs/Int_yylhs/g
- s/yyloop/Int_yyloop/g
- s/yylval/Int_yylval/g
- s/yym/Int_yym/g
- s/yyn/Int_yyn/g
- s/yyname/Int_yyname/g
- s/yynerrs/Int_yynerrs/g
- s/yynewerror/Int_yynewerror/g
- s/yyoverflow/Int_yyoverflow/g
- s/yyparse/Int_yyparse/g
- s/yyreduce/Int_yyreduce/g
- s/yyrindex/Int_yyrindex/g
- s/yyrule/Int_yyrule/g
- s/yys/Int_yys/g
- s/yysccsid/Int_yysccsid/g
- s/yysindex/Int_yysindex/g
- s/yyss/Int_yyss/g
- s/yyssp/Int_yyssp/g
- s/yystacksize/Int_yystacksize/g
- s/yystate/Int_yystate/g
- s/yytable/Int_yytable/g
- s/yyval/Int_yyval/g
- s/yyvs/Int_yyvs/g
- s/yyvsp/Int_yyvsp/g
-